CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 基本 蚁群算法

搜索资源列表

  1. 蚁群算法代码

    0下载:
  2. 基本蚁群算法 c++实现
  3. 所属分类:Windows编程

    • 发布日期:2009-10-08
    • 文件大小:2630
    • 提供者:windmill
  1. ant_code

    0下载:
  2. JAVA实现的基本蚁群算法源程序,可以选择地图,可以设置一些参数,有图形输出-JAVA realization of the basic ant colony algorithm source code, you can choose the map, you can set some parameters, there are graphics output
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:48460
    • 提供者:hrbeu
  1. ant

    0下载:
  2. 基本蚁群算法寻找食物。需要TURBOC2运行环境。在vista下要兼容模式运行-The basic ant colony algorithm to find food
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:5973
    • 提供者:lianyuge
  1. yiqun-Cpro

    0下载:
  2. 基本蚁群算法程序 可以修改循环次数和其他参数。以得到更好的解-The basic ant colony algorithm can be modified cycles and other parameters. In order to obtain a better solution
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2290
    • 提供者:li shu
  1. ASO_DHB

    0下载:
  2. 基本蚁群算法(段海滨《蚁群算法原理及应用》附录Matlab程序)-Basic Ant Colony Algorithm for TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:2048
    • 提供者:
  1. jbyqsftsp

    0下载:
  2. 基本蚁群算法程序:讲的是蚂蚁利用自己的记忆和更新机制并利用移动规则从而对线路进行优化并找到最优路线-Basic ant colony algorithm program: tell the ants use their own memory and update mechanism and use Rules to move on line and find the best route to optimize
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:7902
    • 提供者:liyanan
  1. An-Colony-Algorithm-and-its-application

    0下载:
  2. 段海滨2005年编写的课本蚁群算法原理及其应用~~~里面介绍了蚁群算法的基本原理-An-Colony-Algorithm-and-its application
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-11
    • 文件大小:18328998
    • 提供者:
  1. ant_TSP

    0下载:
  2. 基本蚁群算法,适合初学者使用,是基于TSP问题来实现蚁群算法的。非常经典。-ant
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:381018
    • 提供者:hansen
  1. antcolony

    0下载:
  2. 改进蚁群算法的一个程序,是在基本蚁群算法的基础上改进的,提高算法的收敛速度。-Improved ant colony algorithm a procedure is in the basic ant colony algorithm based on improved, to improve the convergence speed.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:8514
    • 提供者:王立荣
  1. ant

    0下载:
  2. 蚁群算法 基本实现代码 C实现 已经编译过-ACO ant colony algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6855
    • 提供者:John li
  1. TSPGOOD

    0下载:
  2. 基本蚁群算法的matlab实现,可以用于求解城市间的最短路径问题。-Matlab implementation of basic ant colony algorithm can be used to solve the shortest path between cities.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:12282
    • 提供者:百秀
  1. yiqunsuanfa

    0下载:
  2. 蚁群算法的C++代码。包含基本蚁群算法,排序蚁群算法和最大最小蚁群算法。-Ant colony algorithm in C++ code. Includes the basic ant colony algorithm, sorting algorithm and the maximum and minimum colony ant algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:33474
    • 提供者:陈波
  1. TSP_AS

    0下载:
  2. 基本蚁群算法用于解决tsp问题,保证可以运行,基本蚁群算法对于城市数非常敏感,过多的城市数会使运行实际急剧增加(Basic ant colony algorithm for solving TSP problems, to ensure that you can run, the basic ant colony algorithm is very sensitive to the number of cities, excessive number of cities will make th
  3. 所属分类:matlab例程

  1. matlab-基本蚁群算法(TSP)(多点版)

    1下载:
  2. 蚁群算法解决TSP问题的matlab源代码(Ant colony algorithm to solve the TSP problem matlab source code)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:双月神鸟
  1. 蚁群算法(路径规划程序)

    2下载:
  2. 蚁群算法是一种群智能算法,也是启发式算法。基本原理来源于自然界蚂蚁觅食的最短路径原理。蚁群算法根据模拟蚂蚁寻找食物的最短路径行为来设计的仿生算法,因此一般而言,蚁群算法用来解决最短路径问题,并真的在旅行商问题(TSP,一个寻找最短路径的问题)上取得了比较好的成效。目前,也已渐渐应用到其他领域中去,在图着色问题、车辆调度问题、集成电路设计、通讯网络、数据聚类分析等方面都有所应用。(Ant colony algorithm is a population intelligent algorithm,
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:145408
    • 提供者:wyj2277
  1. 蚁群算法

    0下载:
  2. 但由于基本蚁群算法(Basic ant colony algorithm)收敛速度慢、易陷入局部最优,所以很多改进的蚁群算法被提出,补偿本身的缺点,在实际应用中也得到了很好的效果(However, due to the slow convergence speed of Basic ant colony algorithm and easy to fall into local optimum, many improved ant colony algorithm is proposed to
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:669696
    • 提供者:ZJN27
  1. 蚁群

    0下载:
  2. 实现蚁群算法的基本功能,解决了TSP的问题。(Implement the basic functions of the ant colony algorithm and solve the TSP problem.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:3072
    • 提供者:努力写paper
  1. 蚁群VRP

    2下载:
  2. 用蚁群算法解决VRP问题,包含基本蚁群算法(我记得不含时间窗约束)(Using ant colony algorithm to solve VRP problem, including basic ant colony algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2019-10-14
    • 文件大小:9216
    • 提供者:Shielas
  1. 关于蚁群算法的报告

    1下载:
  2. 介绍了蚁群算法的来源,实现以及性能,希望能帮助初学者迅速掌握蚁群算法的基本知识(a brief intro to ant algorithm)
  3. 所属分类:文章/文档

    • 发布日期:2021-04-20
    • 文件大小:312320
    • 提供者:zyx52301
  1. 静态路径规划

    4下载:
  2. 建立二维栅格地图并根据基本蚁群算法进行全局路径规划(Two dimensional grid map is established and global path planning is carried out according to basic ant colony algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-01-20
    • 文件大小:4096
    • 提供者:高兴823
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com